Package | nictiz.fhir.nl.stu3.geboortezorg |
Type | StructureDefinition |
Id | Id |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc4&canonical=http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory |
Url | http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory |
Version | 1.3.2 |
Status | active |
Name | bc-FamilyMemberHistory |
Title | bc-FamilyMemberHistory |
Experimental | False |
Realm | nl |
Description | A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman. * FamilyMemberHistory.patient points to the woman Patient * FamilyMemberHistory.relationship describes the relation (e.g. father or sister) of the family member to the woman Patient * FamilyMemberHistory.condition points to the (significant) condition(s) of the family member. The optional contributedToDeath extension can be used to indicate if a specific condition caused death * FamilyMemberHistory.deceased[x] indicates whether the family member has deceased. This can either be a boolean (true/false) or more specific information can be provided like age. If an age is present, it implies that the family member is deceased and in this case the boolean value should be left out. |
Copyright | CC0 |
Type | FamilyMemberHistory |
Kind | resource |
No resources found
StructureDefinition | |
http://nictiz.nl/fhir/StructureDefinition/bc-Woman | bc-Woman |
http://nictiz.nl/fhir/StructureDefinition/bc-familymemberhistory-contributedToDeath | bc-familymemberhistory-contributedToDeath |
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.358--20220117155944 | ProbleemNaam_InfectiesGezin |
http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.275--20200513143542 | Type Biologische Relatie |
{
"resourceType" : "StructureDefinition",
"id" : "bc-FamilyMemberHistory",
"url" : "http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory",
"version" : "1.3.2",
"name" : "bc-FamilyMemberHistory",
"title" : "bc-FamilyMemberHistory",
"status" : "active",
"publisher" : "Nictiz",
"contact" : [
{
"name" : "Nictiz",
"telecom" : [
{
"system" : "email",
"value" : "geboortezorg@nictiz.nl",
"use" : "work"
}
]
}
],
"description" : "A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman.\r\n* FamilyMemberHistory.patient points to the woman Patient\r\n* FamilyMemberHistory.relationship describes the relation (e.g. father or sister) of the family member to the woman Patient\r\n* FamilyMemberHistory.condition points to the (significant) condition(s) of the family member. The optional contributedToDeath extension can be used to indicate if a specific condition caused death\r\n* FamilyMemberHistory.deceased[x] indicates whether the family member has deceased. This can either be a boolean (true/false) or more specific information can be provided like age. If an age is present, it implies that the family member is deceased and in this case the boolean value should be left out.",
"copyright" : "CC0",
"fhirVersion" : "3.0.2",
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"uri" : "https://decor.nictiz.nl/art-decor/decor-datasets-\\-peri20-?id=2.16.840.1.113883.2.4.3.11.60.90.77.1.6&effectiveDate=2016-09-08T00%3A00%3A00&conceptId=2.16.840.1.113883.2.4.3.11.60.90.77.2.6.4&conceptEffectiveDate=2016-09-08T00%3A00%3A00",
"name" : "Geboortezorg 3.2"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "FamilyMemberHistory",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "FamilyMemberHistory",
"path" : "FamilyMemberHistory",
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1112",
"comment" : "Familieanamnese"
}
]
},
{
"id" : "FamilyMemberHistory.patient",
"path" : "FamilyMemberHistory.patient",
"type" : [
{
"code" : "Reference",
"targetProfile" : "http://nictiz.nl/fhir/StructureDefinition/bc-Woman"
}
]
},
{
"id" : "FamilyMemberHistory.date",
"path" : "FamilyMemberHistory.date",
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1113",
"comment" : "Datum"
}
]
},
{
"id" : "FamilyMemberHistory.relationship",
"path" : "FamilyMemberHistory.relationship",
"binding" : {
"strength" : "extensible",
"description" : "Type_BiologischeRelatie",
"valueSetReference" : {
"reference" : "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.275--20200513143542"
}
},
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1114",
"comment" : "Familielid"
},
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1115",
"comment" : "BiologischeRelatie"
}
]
},
{
"id" : "FamilyMemberHistory.deceased[x]",
"path" : "FamilyMemberHistory.deceased[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"comment" : "FHIR allows only one instance of this element, so only one data type can be used. The boolean value of this element is implicitly true if one of the other data types is used. For example, when age is known this is sent with the Age data type and the boolean value should be left blank."
},
{
"id" : "FamilyMemberHistory.deceased[x]:deceasedBoolean",
"path" : "FamilyMemberHistory.deceased[x]",
"sliceName" : "deceasedBoolean",
"type" : [
{
"code" : "boolean"
}
],
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1117",
"comment" : "OverlijdensIndicator"
}
]
},
{
"id" : "FamilyMemberHistory.deceased[x]:deceasedAge",
"path" : "FamilyMemberHistory.deceased[x]",
"sliceName" : "deceasedAge",
"type" : [
{
"code" : "Age"
}
],
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1118",
"comment" : "LeeftijdBijOverlijden"
}
]
},
{
"id" : "FamilyMemberHistory.note",
"path" : "FamilyMemberHistory.note",
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1116",
"comment" : "Toelichting"
}
]
},
{
"id" : "FamilyMemberHistory.condition.extension:contributedToDeath",
"path" : "FamilyMemberHistory.condition.extension",
"sliceName" : "contributedToDeath",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : "http://nictiz.nl/fhir/StructureDefinition/bc-familymemberhistory-contributedToDeath"
}
],
"isModifier" : false
},
{
"id" : "FamilyMemberHistory.condition.code",
"path" : "FamilyMemberHistory.condition.code",
"binding" : {
"strength" : "extensible",
"description" : "ProbleemNaam_InfectiesGezin",
"valueSetReference" : {
"reference" : "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.358--20220117155944"
}
},
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1119",
"comment" : "Aandoening"
},
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-10556",
"comment" : "Probleem infectieziekte(n) Gezin"
}
]
},
{
"id" : "FamilyMemberHistory.condition.outcome",
"path" : "FamilyMemberHistory.condition.outcome",
"comment" : "Use the code deceased| If the condition is the cause of death",
"mapping" : [
{
"identity" : "gebz-peri-v3.2",
"map" : "peri32-dataelement-1122",
"comment" : "IsDoodsoorzaak"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.